github.com/klauspost/compress/zstd.seqCoders.ofEnc (field)
8 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L67: b.coders.ofEnc = &fseEncoder{}
blockenc.go#L616: ofEnc := b.coders.ofEnc
blockenc.go#L841: ofH := b.coders.ofEnc.Histogram()
blockenc.go#L891: b.coders.ofEnc.HistogramFinished(ofMax, int(slices.Max(ofH[:ofMax+1])))
dict.go#L283: addHist(&of, block.coders.ofEnc.Histogram())
dict.go#L421: ofTable, err := copyHist(block.coders.ofEnc, &of)
seqenc.go#L10: llEnc, ofEnc, mlEnc *fseEncoder
seqenc.go#L41: compareSwap(of, &s.ofEnc, &s.ofPrev)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |